home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware City / Developers / inc-dec / source / lib / nshc_utl.proto.h < prev    next >
Encoding:
Text File  |  1994-10-20  |  699 b   |  20 lines  |  [TEXT/KAHL]

  1. /* ========================================
  2.  
  3.     nshc_utl.proto.h
  4.     
  5.     Copyright (c) 1993,1994 Newport Software Development
  6.     
  7.     You may distribute unmodified copies of this file for
  8.     noncommercial purposes.  You may use this file as a
  9.     reference when writing your own nShell(tm) commands.
  10.     
  11.     All other rights are reserved.
  12.     
  13.    ======================================== */
  14.  
  15. int  nshc_bad_version(t_nshc_parms *nshc_parms, t_nshc_calls *nshc_calls, int version);
  16. int  nshc_got_option(t_nshc_parms *nshc_parms, char option);
  17. int  nshc_is_operand(t_nshc_parms *nshc_parms, int arg);
  18. int  nshc_next_operand(t_nshc_parms *nshc_parms, int start);
  19. int  nshc_is_numeric_operand(t_nshc_parms *nshc_parms, int arg);
  20.